home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / pv050doc.zip / PORTS.DOC < prev    next >
Text File  |  1991-09-08  |  2KB  |  52 lines

  1. This archive contains some files which are system-specific.  They are:
  2.  
  3. Amiga:
  4.    amigacon.h   - config.h for Amiga
  5.    amiga.c      - system-specific code for Amiga
  6.    amiga.mak    - makefile for Amiga (Lattice C)
  7.  
  8. IBM:
  9.    ibmconf.h    - config.h for IBM
  10.    ibm.c        - system-specific code for IBM
  11.    ibm.mak      - makefile for IBM (Microsoft C)
  12.    ibm.lnk      - link file for Microsoft C
  13.    ibmtc.mak    - makefile for IBM (Turbo-C)
  14.    ibmtc.lnk    - link file for Turbo-C
  15.    ibmwat.mak   - makefile for IBM (Watcom C)
  16.    ibmwat.lnk   - link file for Watcom C
  17.    ibmwtc.mak   - makefile for IBM (Watcom C w/ Turbo Link and Debugger)
  18.    ibmwtc.lnk   - link file for Watcom C w/ Turbo Link and Debugger
  19.  
  20. Vax:
  21.    vaxbuild.com - makefile for VAX
  22.    vax.c        - system-specific code for VAX
  23.    vaxconf.h    - config.h for VAX
  24.  
  25. Mac:
  26.    mac.c        - Mac-specific cmdline B/W display code
  27.    maccolor.c   - Mac-specific cmdline Color display code (ren. mac.c to use)
  28.    macconf.h    - Mac-specific cmdline config.h file
  29.  
  30.    mac-mpw.c    - Mac-specific GUI interface/display code
  31.    mac-mpwc.h    - Mac-specific GUI config.h file
  32.    mac-mpw.mak    - makefile for GUI Mac version
  33.    mac-mpw.r    - linker control file for GUI Mac version
  34.  
  35. UNIX:
  36.    ( These files are fairly generic and can be used as the base for other
  37.      ports.)
  38.    unix.c       - system specific routines for UNIX
  39.    unixconf.h   - header file for UNIX
  40.    unix.mak     - makefile for UNIX
  41.  
  42. X Windows:
  43.    xwin.c       - X Windows code (for UNIX systems)
  44.                   (include this instead of unix.c)
  45.    theIcon      - the Icon for X Windows
  46.  
  47. Gnu CC:
  48.    ( These files are fairly generic for ANSI standard C compilers - note that
  49.      this mod of the UNIX port is user-provided and untested. )
  50.    gcc.c        - system specific routines for Gnu CC
  51.    gccconf.h    - header file for Gnu CC
  52.